home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TDIALDLG / TDIALDLG.txt
Encoding:
Text File  |  1997-04-15  |  13.3 KB  |  381 lines

  1. object DialDlg: TDialDlg
  2.   Left = 18
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dial Telephone Number'
  6.   ClientHeight = 361
  7.   ClientWidth = 431
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 333
  19.     Top = 327
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Numbers: TTabbedNotebook
  45.     Left = 5
  46.     Top = 2
  47.     Width = 417
  48.     Height = 319
  49.     TabsPerRow = 4
  50.     TabFont.Color = clBtnText
  51.     TabFont.Height = -13
  52.     TabFont.Name = 'MS Sans Serif'
  53.     TabFont.Style = []
  54.     TabOrder = 0
  55.     OnChange = NumbersChange
  56.     object TTabPage
  57.       Left = 5
  58.       Top = 29
  59.       Caption = 'Home'
  60.     end
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 241
  64.     Top = 327
  65.     Width = 89
  66.     Height = 30
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.   end
  72.   object GroupBox2: TGroupBox
  73.     Left = 16
  74.     Top = 113
  75.     Width = 393
  76.     Height = 135
  77.     Caption = 'Options'
  78.     TabOrder = 3
  79.     object LOGCB: TCheckBox
  80.       Left = 12
  81.       Top = 108
  82.       Width = 341
  83.       Height = 17
  84.       Caption = '&Log Call to Telephone Log'
  85.       TabOrder = 1
  86.     end
  87.     object TAPISheets: TNotebook
  88.       Left = 6
  89.       Top = 16
  90.       Width = 381
  91.       Height = 88
  92.       TabOrder = 0
  93.       object TPage
  94.         Left = 0
  95.         Top = 0
  96.         Caption = 'Default'
  97.         object PINCB: TCheckBox
  98.           Left = 7
  99.           Top = 68
  100.           Width = 349
  101.           Height = 17
  102.           Caption = '&Use Credit Card / Charge Dialling'
  103.           TabOrder = 0
  104.           OnClick = PrefixCBClick
  105.         end
  106.         object PrefixCB: TCheckBox
  107.           Left = 7
  108.           Top = 44
  109.           Width = 157
  110.           Height = 17
  111.           Caption = 'Prefix Call &with'
  112.           TabOrder = 1
  113.           OnClick = PrefixCBClick
  114.         end
  115.         object DefaultOn: TRadioButton
  116.           Left = 7
  117.           Top = 8
  118.           Width = 149
  119.           Height = 17
  120.           Caption = 'Use Default &Settings'
  121.           TabOrder = 2
  122.           OnClick = DefaultOnClick
  123.         end
  124.         object DefaultOff: TRadioButton
  125.           Left = 171
  126.           Top = 8
  127.           Width = 185
  128.           Height = 17
  129.           Caption = '&Override Default Settings'
  130.           TabOrder = 3
  131.           OnClick = DefaultOffClick
  132.         end
  133.         object PrefixStr: TEdit
  134.           Left = 163
  135.           Top = 40
  136.           Width = 209
  137.           Height = 24
  138.           Font.Color = clWindowText
  139.           Font.Height = -13
  140.           Font.Name = 'MS Sans Serif'
  141.           Font.Style = []
  142.           ParentFont = False
  143.           TabOrder = 4
  144.           Text = 'PrefixStr'
  145.           OnChange = PrefixCBClick
  146.         end
  147.       end
  148.       object TPage
  149.         Left = 0
  150.         Top = 0
  151.         Caption = 'TAPI'
  152.         object Panel1: TPanel
  153.           Left = 0
  154.           Top = 0
  155.           Width = 381
  156.           Height = 88
  157.           Align = alClient
  158.           BevelOuter = bvNone
  159.           TabOrder = 0
  160.           object LocLabel: TLabel
  161.             Left = 126
  162.             Top = 8
  163.             Width = 235
  164.             Height = 16
  165.             AutoSize = False
  166.             Caption = 'LocLabel'
  167.           end
  168.           object Label1: TLabel
  169.             Left = 8
  170.             Top = 8
  171.             Width = 113
  172.             Height = 18
  173.             AutoSize = False
  174.             Caption = 'Dialling from:'
  175.           end
  176.           object Label3: TLabel
  177.             Left = 8
  178.             Top = 40
  179.             Width = 369
  180.             Height = 34
  181.             AutoSize = False
  182.             Caption = 'Use Dialling properties to modify how your calls are dialled.'
  183.             WordWrap = True
  184.           end
  185.           object Button2: TButton
  186.             Left = 222
  187.             Top = 62
  188.             Width = 145
  189.             Height = 25
  190.             Caption = 'Dialling properties...'
  191.             TabOrder = 0
  192.             OnClick = Button2Click
  193.           end
  194.         end
  195.       end
  196.     end
  197.   end
  198.   object TelephoneBox: TGroupBox
  199.     Left = 16
  200.     Top = 41
  201.     Width = 393
  202.     Height = 66
  203.     Caption = '&Telephone Number'
  204.     TabOrder = 4
  205.     object Edit1: TEdit
  206.       Left = 12
  207.       Top = 25
  208.       Width = 373
  209.       Height = 24
  210.       Font.Color = clWindowText
  211.       Font.Height = -13
  212.       Font.Name = 'MS Sans Serif'
  213.       Font.Style = []
  214.       ParentFont = False
  215.       TabOrder = 0
  216.       Text = 'Edit1'
  217.       OnChange = PrefixCBClick
  218.     end
  219.   end
  220.   object NumberGroupBox: TGroupBox
  221.     Left = 16
  222.     Top = 251
  223.     Width = 393
  224.     Height = 58
  225.     Caption = 'Number to be Dialled'
  226.     TabOrder = 5
  227.     object NumberBox: TPanel
  228.       Left = 12
  229.       Top = 20
  230.       Width = 373
  231.       Height = 30
  232.       Alignment = taLeftJustify
  233.       BevelOuter = bvLowered
  234.       BorderWidth = 4
  235.       Caption = 'NumberBox'
  236.       TabOrder = 0
  237.     end
  238.   end
  239.   object Button1: TButton
  240.     Left = 149
  241.     Top = 327
  242.     Width = 89
  243.     Height = 30
  244.     Cancel = True
  245.     Caption = '&Dial'
  246.     Default = True
  247.     ModalResult = 1
  248.     TabOrder = 2
  249.     OnClick = Button1Click
  250.   end
  251.   object ODSHelp1: TODSHelp
  252.     HelpText.Strings = (
  253.       'Button1'
  254.       'Button2'
  255.       'CancelBtn'
  256.       'DefaultOff'
  257.       'DefaultOn'
  258.       'Edit1'
  259.       'GroupBox2'
  260.       'Label1'
  261.       'Label3'
  262.       'LocLabel'
  263.       'LOGCB'
  264.       'NumberBox'
  265.       'NumberGroupBox'
  266.       'Numbers'
  267.       'ODSHelp1'
  268.       'Panel1'
  269.       'PINCB'
  270.       'PrefixCB'
  271.       'PrefixStr'
  272.       'SpeedButton1'
  273.       'TAPISheets'
  274.       'TelephoneBox')
  275.     HelpText.HelpData = {
  276.       16000100005D005468697320627574746F6E2C207768656E2070726573736564
  277.       2C2077696C6C206469616C207468652063757272656E746C7920646973706C61
  278.       792074656C6570686F6E652061732070657220746865206F7074696F6E732073
  279.       65742E00010E0000000100003D00436C69636B207468697320746F2076696577
  280.       2070726F7065727469657320666F7220796F7572206469616C6C696E67207072
  281.       65666572656E6365732E00010E0000000100004F005468697320627574746F6E
  282.       2C207768656E20707265737365642C2077696C6C2063616E63656C2074686520
  283.       7265717565737420746F206469616C20612074656C6570686F6E65206E756D62
  284.       65722E00010E000000010000770154686973206F7074696F6E207768656E2073
  285.       656C65637465642C20616C6C6F777320746865206469616C6C696E6720646566
  286.       61756C74732C20646566696E6564207768656E20746865206D6F64656D207761
  287.       7320636F6E66696775726564202822546F6F6C73207C20436F6E666967757265
  288.       204D6F64656D22292C20746F206265206F76657272696464656E2E0D0A0D0A57
  289.       68656E2073656C65637465642C20746865206F7074696F6E206669656C647320
  290.       6265636F6D6520617661696C61626C6520616C6C6F77696E6720616E792C206F
  291.       7220616C6C2C2073657474696E677320746F206265206F76657272696464656E
  292.       2E205768656E20612074656C6570686F6E65206E756D62657292732073657474
  293.       696E677320617265206F76657272696464656E2C2074686174206F7665727269
  294.       646520737461797320696E2065666665637420756E74696C2069749273207265
  295.       7475726E656420746F20757365207468652064656661756C742073657474696E
  296.       67732E2000010E000000010000B20054686973206F7074696F6E207768656E20
  297.       73656C65637465642C20696E7374727563747320536D61727420416464726573
  298.       7320746F2075736520746865206469616C6C696E672064656661756C74732C20
  299.       646566696E6564207768656E20746865206D6F64656D2077617320636F6E6669
  300.       6775726564202822546F6F6C73207C20436F6E666967757265204D6F64656D22
  301.       292C207768656E206D616B696E6720612074656C6570686F6E652063616C6C2E
  302.       00010E0000000100000000010000000001000052035468657365206F7074696F
  303.       6E732C20776869636820617265206F6E6C7920656E61626C6564206966207468
  304.       6520224F766572726964652044656661756C7422206F7074696F6E2069732073
  305.       656C65637465642C20616C6C6F77207468652077617920612074656C6570686F
  306.       6E65206E756D626572206973206469616C6C656420746F206265207370656369
  307.       666965642E20546865206F7074696F6E73206172653A0D0A0D0A507265666978
  308.       2043616C6C3A2054686973206F7074696F6E20616C6C6F777320612070726566
  309.       697820746F20626520617070656E64656420746F207468652066726F6E74206F
  310.       6620616E79206E756D626572206469616C6C65642E205768656E207468697320
  311.       6F7074696F6E2069732073656C65637465642C20746865207072656669782072
  312.       657175697265642073686F756C6420626520656E746572656420696E746F2074
  313.       68652074657874206669656C6420746F206974732072696768742E0D0A0D0A43
  314.       72656469742F436861726765204469616C6C696E673A2054686973206F707469
  315.       6F6E20616C6C6F777320616E20736572766963652070726F766964657220616E
  316.       64206163636F756E7420636F646520746F20626520707265666978656420696E
  317.       2066726F6E74206F66207468652074656C6570686F6E65206E756D6265722077
  318.       68656E206469616C6C65642E205468652070726F766964657220616E64206163
  319.       636F756E7420636F646520757365642C2077696C6C2068617665206265656E20
  320.       646566696E6564207768656E20746865206D6F64656D2077617320636F6E6669
  321.       6775726564202822546F6F6C73207C20436F6E666967757265204D6F64656D22
  322.       292E0D0A0D0A4C6F672043616C6C3A2054686973206F7074696F6E20616C6C6F
  323.       7773207468652063616C6C20746F206265207265636F7264656420696E207468
  324.       652043616C6C204C6F6720666F72207468652063757272656E746C792073656C
  325.       656374656420656E7472792E205768656E20656E61626C65642C20612043616C
  326.       6C2054696D696E67206469616C6F6775652077696C6C20626520646973706C61
  327.       796564207768656E207468652063616C6C206973206D6164652C20616C6C6F77
  328.       696E67207468652063616C6C92732064657461696C7320746F20626520726563
  329.       6F726465642E00010E0000000100000000010000000001000000000100000000
  330.       010000000001000000000100000000010E000000010000000001000000000100
  331.       0096015468697320726561642D6F6E6C79206669656C642C20646973706C6179
  332.       73207468652061637475616C2074656C6570686F6E6520746861742077696C6C
  333.       206265206469616C6C656420627920536D61727420416464726573732E205468
  334.       652061637475616C206E756D626572206469616C6C6564206D61792064696666
  335.       65722066726F6D20746865206E756D6265722068656C642077697468696E2074
  336.       6865204164647265737320426F6F6B2C20646570656E64696E67206F6E207768
  337.       6174206469616C6C696E67206F7074696F6E732068617665206265656E206368
  338.       6F73656E2E0D0A0D0A466F72206578616D706C652C20536D6172742041646472
  339.       657373206D617920626520696E737472756374656420746F2061646420612064
  340.       69616C6C696E6720707265666978206F662022393220746F20746865206E756D
  341.       6265722E20496E2074686973206361736520746865206E756D62657220223631
  342.       3720343435362220776F756C6420626520646973706C617965642C20616E6420
  343.       6469616C6C65642C2061732022392036313720343435362200010E0000000100
  344.       000000010000000001000000000100000000010000FE00537065636966696573
  345.       20776865726520796F752077696C6C206265207768656E20796F75206D616B65
  346.       207468652063616C6C2E20546865206C6F636174696F6E20696E666F726D6174
  347.       696F6E206973207573656420746F2064657465726D696E652069662061207068
  348.       6F6E65206E756D626572206973206C6F63616C2C206C6F6E672064697374616E
  349.       63652C206F7220696E7465726E6174696F6E616C2E200D0A0D0A4E6F74653A20
  350.       4C6F636174696F6E20696E666F726D6174696F6E2069732075736564206F6E6C
  351.       7920666F722070686F6E65206E756D6265727320656E746572656420696E2069
  352.       6E7465726E6174696F6E616C20666F726D61742E00010E000000010000000001
  353.       0000000001000000000100000000010000000001000000000100000000010000
  354.       000001000000000100000000010000C40154686973206669656C642C20646973
  355.       706C617973207468652074656C6570686F6E65206E756D626572207468617420
  356.       697320746F206265206469616C6C65642E2054686973206E756D626572206D61
  357.       7920626520616D656E6465642C2069662072657175697265642C206279206469
  358.       726563746C7920747970696E6720746865206368616E67657320696E746F2074
  359.       686973206669656C642E0D0A0D0A4265666F726520746865206E756D62657220
  360.       6973206469616C6C65642C2069742077696C6C2062652070726F636573736564
  361.       20627920536D61727420416464726573732077686963682077696C6C20617070
  362.       6C7920616E79207370656369616C2073657474696E677320616761696E737420
  363.       74686174206E756D6265722E20466F72206578616D706C652C20536D61727420
  364.       41646472657373206D617920737472697020746865206C6F63616C20636F6465
  365.       2066726F6D20746865206E756D6265722C206966207468617420636F64652069
  366.       73207468652073616D6520617320746865206C6F63616C20636F646520646566
  367.       696E656420666F722074686520686F73742050432E205365652022546F6F6C73
  368.       207C20436F6E666967757265204D6F64656D222E00010E000000}
  369.     Color = 15269887
  370.     Font.Color = clWindowText
  371.     Font.Height = -11
  372.     Font.Name = 'MS Sans Serif'
  373.     Font.Style = []
  374.     ParentFont = True
  375.     MaxWidth = 300
  376.     MoreText = 'More Information...'
  377.     Left = 16
  378.     Top = 328
  379.   end
  380. end
  381.